home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10717 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: inforamp.net!ts6-06
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help for C++ OW programming?
  5. Date: Sat, 09 Mar 96 19:13:13 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4hsl8m$rsm@sam.inforamp.net>
  8. References: <96067.093353IO92118@MAINE.MAINE.EDU>
  9. NNTP-Posting-Host: ts6-06.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <96067.093353IO92118@MAINE.MAINE.EDU>,
  13.    <IO92118@MAINE.MAINE.EDU> wrote:
  14. >Hi: Friends:
  15. >I find out several examples under bc45\examples\owl\examples\step01.cpp
  16. >There are many examples under above path.
  17. >I can't let the program run to generate window.complier always tell me
  18. >can't find OWL252.DLL file.
  19. >Could someone tell me what is the procedure to run this program?
  20. >The following is the program.
  21. >Thank you very much for your help.
  22.  
  23. The problem is not the source code, but the setup of your compiler.  I'm 
  24. assuming you are using Borland C++ 4.52.  You must make sure that OWL252.DLL 
  25. is in your execution path.  I'm assuming the file is at C:\BC45\BIN 
  26. (\OWL252.DLL).  Under DOS/Windows3.1, you have to make certain that the path 
  27. environment variable includes the C:\BC45\BIN directory.  If you want the 
  28. program to run on another machine, then you have to copy the OWL252.DLL into 
  29. the program directory with your program or in the WINDOWS directory.
  30.  
  31. I hope this helps.
  32.  
  33. Agrivar
  34.